test/py: fs: add fstest/mkdir test
authorAKASHI Takahiro <[email protected]>
Tue, 11 Sep 2018 06:59:21 +0000 (15:59 +0900)
committerAlexander Graf <[email protected]>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit50ca19cca9dff527eacdf487b8f172f279f22327
tree8c19c6b4244e2cfcfbc4ba9b56ceb6f18d63d02d
parent71f27af58ef90f65e1de3a86fda3915361b0d4a8
test/py: fs: add fstest/mkdir test

In this commit, test cases for mkdir interfaces are added as part of
"test_fs" test suite.

Signed-off-by: AKASHI Takahiro <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
test/py/tests/test_fs/conftest.py
test/py/tests/test_fs/test_mkdir.py [new file with mode: 0644]